home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
ARGONET
/
PD
/
PROGRAMMING
/
LCLINT2.SPK
/
test
/
test_b
/
expect
/
stack
< prev
next >
Wrap
Text File
|
1996-08-28
|
618b
|
15 lines
stack.c: (in function stack1)
stack.c:10,2: Stack-allocated storage *x reachable from parameter x
stack.c:9,3: Storage *x becomes stack
stack.c:10,2: Stack-allocated storage glob reachable from global glob
stack.c:8,3: Storage glob becomes stack
stack.c: (in function f)
stack.c:20,14: Stack-allocated storage &x reachable from return value: &x
stack.c:31,11: Stack-allocated storage sa reachable from return value: sa
stack.c:35,11: Stack-allocated storage sa reachable from return value: &sa[0]
Finished LCLint checking --- 5 code errors found, as expected
Finished LCLint checking --- no code errors found